home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / System & Related / UNIXNut#2 / Basics / card_25184.txt < prev    next >
Text File  |  1989-06-19  |  1KB  |  34 lines

  1. -- card: 25184 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 33335
  5. -- name: Managing Directories
  6.  
  7.  
  8. -- part contents for background part 8
  9. ----- text -----
  10.  The system says "Not a directory".
  11. You cannot cd to a filename, or UNIX will give you an error message. 
  12. The system says "dirname not empty".
  13. You are trying to remove a directory and there are files in it.  Remove the files before deleting the directory.  If you get the message, even though you think you've deleted all the files, use ls -a to check that there are no hidden files (names beginning with a period) other than .  and ..  (the current directory and its parent).  To remove all hidden files, type rm .*. 
  14. The system says "cannot make directory ."
  15. The directory that you specified to the mkdir* command already exists.
  16.  
  17.  
  18. -- part contents for background part 7
  19. ----- text -----
  20. Managing Directories
  21.  
  22. -- part contents for background part 29
  23. ----- text -----
  24. ‚Ä¢ The system says "Not a directory".
  25. ‚Ä¢ The system says "dirname not empty"
  26. ‚Ä¢ The system says "cannot make directory ."
  27.  
  28. -- part contents for background part 21
  29. ----- text -----
  30. cd, rmdir, mkdir
  31.  
  32. -- part contents for background part 9
  33. ----- text -----
  34. 4 of 6